home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / samples.txt < prev   
Text File  |  1995-12-05  |  2KB  |  64 lines

  1. OLE Controls Framework Samples
  2. ==============================
  3.  
  4.  
  5. The following samples are included in this Framework:
  6.  
  7. 1. Circle
  8. =========
  9.  
  10.     The most trivial of controls.  This control has no property pages,
  11.     and only draws a circle in it's window.
  12.  
  13.  
  14. 2. Button
  15. =========
  16.  
  17.     this sample demonstrates a simple subclassed windows control and
  18.     firing events on it.
  19.  
  20.  
  21. 3. FontColor
  22. ============
  23.  
  24.     there is a known problem in OLE Automation which causes TypeInfo::Invoke
  25.     to have some serious problems when operating on properties of types
  26.     declared in imported type libraires.  [ie, when a control imports STDTYPES,
  27.     and then declares a font property of type IFontDisp **, there are problems]
  28.  
  29.     This control demonstrates how to get around this problem reasonably
  30.     efficiently.
  31.  
  32.     Persistence of Fonts [and pictures, which are extremely similar] is also 
  33.     demonstrated.
  34.  
  35. 4. Invisible
  36. ============
  37.  
  38.     This is a simple invisible at runtime control that fires events.  This
  39.     control would make more sense as an automation object that fires
  40.     events, but for those who require compatibility with Visual Basic 4.0,
  41.     Access 95, and FoxPro 3.0, implementing it as a control is necessary.
  42.  
  43.  
  44. 5. Localize
  45. ===========
  46.  
  47.     This sample demonstrates the satellite DLL scheme of localizing your OLE
  48.     control.  The \French subdirectory contains a satellite DLL that can
  49.     be compiled, and when used on french hosts, will correctly display local-
  50.     ized strings.
  51.  
  52.  
  53. 6. AutoSample
  54. =============
  55.  
  56.     Demonstrates a simple OLE Automation in-proc server created with the AutoWiz
  57.     wizard.
  58.  
  59. 7. WebBitmap
  60. ============
  61.  
  62.     Demonstrates an Internet OLE control using URL Moniker support to download
  63.     bitmaps and view them.
  64.